home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 05.zip / BS1 part 5 / BaudBandit.adf / Bandit.Doc < prev    next >
Text File  |  1992-05-07  |  8KB  |  224 lines

  1. --------------------------------------------------------------------------------
  2. Icons across the top of the screen in order from left to right.
  3. Clock         - Toggles bewteen clock and online timer.
  4. Chat
  5. Text Send
  6. Text Send pause
  7. Text capture
  8. Upload
  9. Download
  10. Prefs window  - Additions are IBM ANSI which toggles between 2 sets of prefs,
  11.         Backspace controls destructive backspace, Remote enables
  12.         running of remote login ARexx program, DeComp enables running
  13.         of auto-dearchive ARexx program, Icons enables creation of
  14.         icons for downloads, PhoneLog enables logging information,
  15.         Echo toggle remote echo.
  16. Configuration - This contains the configuration strings which were in the
  17.         macro screen before.
  18. Macros        - This contains only macros.  The new C1 thru C10 are activated
  19.         by pressing the CTRL key in conjunction with the funtion key.
  20.         The %A thru %Z strings are activated by Left-Amiga + SHIFT + A
  21.         Or used in other string as %A
  22. Phone book    - Only 1 additional button, Sort which allows sorting of a
  23.         selected area of entries.
  24. Hang up
  25. Dial next
  26. Redial
  27. Printer       - Toggles online printing.
  28. Backscroll    - Toggles backscroll window.
  29. Start ARexx   - Opens a file requester for starting an ARexx program.
  30. Palette
  31. Iconify       - Closes the BaudBandit screen, and puts a small button on the
  32.         Workbench screen.  Clicking on the button with the left button
  33.         then right button will un-iconify.  The current button position
  34.         is saved in the configuration, the same thing applies to the
  35.         other windows in BaudBandit including chat.
  36.  
  37. --------------------------------------------------------------------------------
  38.  
  39. Cursors
  40. -------
  41.   NO CHAT, NO BACKSCROLL:
  42.         UP    VT100 up
  43.         DOWN    VT100 down
  44.         LEFT    VT100 left
  45.         RIGHT    VT100 right
  46.  
  47.     SHIFT    UP/DOWN/LEFT/RIGHT  Opens backscroll
  48.  
  49.   CHAT, NO BACKSCROLL:
  50.         UP    history up
  51.         DOWN    history down
  52.         LEFT    left in chat (if nothing in chat, toggles backscroll)
  53.         RIGHT    right in chat (if nothing -same as above-)
  54.  
  55.     SHIFT    UP    Open backscroll
  56.     SHIFT    DOWN    Open backscroll
  57.     SHIFT    LEFT    left one WORD
  58.     SHIFT    RIGHT    right one WORD
  59.  
  60.   CHAT, BACKSCROLL:
  61.         UP    backscroll up one line
  62.         DOWN    backscroll down one line
  63.         LEFT    left in chat (if nothing in chat, toggles backscroll)
  64.         RIGHT    right in chat (if nothing in chat, toggles backscroll)
  65.  
  66.     SHIFT    UP    backscroll up one page
  67.     SHIFT    DOWN    backscroll down one page
  68.     SHIFT    LEFT    left one WORD (if nothing in chat, toggles backscroll)
  69.     SHIFT    RIGHT    right one WORD (if nothing in chat, toggles backscroll)
  70.  
  71.   NO CHAT, BACKSCROLL:
  72.         UP    backscroll up one line
  73.         DOWN    backscroll down one line
  74.         LEFT    toggles backscroll
  75.         RIGHT    " "
  76.  
  77.     SHIFT    UP    backscroll up one page
  78.     SHIFT    DOWN    backscroll down one page
  79.     SHIFT    LEFT    toggles backscroll
  80.     SHIFT    RIGHT    " "
  81.  
  82. --------------------------------------------------------------------------------
  83. CHAT
  84.  Amiga-/    Useful editing keys:
  85.         Cursor Left    Move cursor left.
  86.           Cursor Right    Move cursor right.
  87.           Shift+Left    Move cursor left to beginning of word.
  88.           Shift+Right    Move cursor right to end of word.
  89.           Backspace    Delete character to left of cursor.
  90.           DEL        Delete character under cursor.
  91.           CTRL+A    Toggle insert/overstrike mode.
  92.           CTRL+B    Clear history.
  93.           CTRL+W     Clear CHAT screen (cls).
  94.           CTRL+X     Delete entire line.
  95.           CTRL+Y     Delete characters after cursor.
  96.           CTRL+R    Toggles carriage return sends when return is pressed.
  97.           CTRL+V    Gets last line on screen.  If backscroll is open,
  98.                 the last line is selected.
  99.           CTRL+T    Toggles true history.
  100.           CTRL+P    Print history contents. (lines are review selectable)
  101.           CTRL+RETURN    Put line into history without sending it.
  102.  
  103.          *    Cursor UP/DN    scrolls through history.
  104.           SHIFT+UP/DN    Open backscroll window.
  105.           SHIFT+HELP    Close/Open backscroll window always.
  106.  
  107.          *  Clicking on text in the backscroll window will copy
  108.         the line under the pointer to the edit buffer.
  109.         This may be useful for editing lines already sent or
  110.         resending other users messages for quoting.
  111.  
  112.         Clicking on text while holding the SHIFT key will send the
  113.         line immediately. (in CHAT or not)
  114.  
  115.         Clicking on text while holding the Amiga key will send from
  116.         the line under the pointer to the last line displayed.
  117.  
  118.         double-click on right mouse button opens CHAT, or
  119.         double-click in CHAT will move the separator line to the
  120.         position of the pointer.
  121.  
  122.         PreIns is merged into CHAT line when clicking on lines in backscroll.
  123.  
  124.         When line reaches 512 characters, it is sent out.
  125.  
  126. --------------------------------------------------------------------------------
  127. File Requester
  128. --------------
  129.  
  130.  Double-Clicking the left mouse button is the same as hitting Okay.
  131.  SHIFT+RETURN selects the directory string gadget.
  132.  ALT+RETURN is the same as hitting Cancel.
  133.  
  134.  Typing the full path in either string gadget will cause the requester
  135.  to parse it into path/file and get the directory.
  136.  
  137.  The DISKS gadget displays volumes, dirs, assigns.
  138.  
  139. --------------------------------------------------------------------------------
  140. Phonebook
  141.     A '|' at the beginning of a line denotes a comment.
  142.     A '-' at the beginning of a line denotes a separator line.
  143.     A ' ' at the beginning of a line denotes a viewable comment.
  144.     A first character of '+' will send the string in quotes without the
  145.     'ATDT'
  146.      Example: +   P.C.P.: "C D/COden/24,<id>,<pw>"
  147.  
  148.     Setup definitions:
  149.         C - CharMask on.
  150.         c - CharMask off.
  151.         I - IBM mode on.
  152.         i - IBM mode off.
  153.         F - full duplex.
  154.         H - half duplex.
  155.         8 - data bits.
  156.         7 - data bits.
  157.         N - no parity.
  158.         O - odd parity.
  159.         E - even parity.
  160.         M - mark parity.
  161.         S - space parity.
  162.         1 - stop bit.
  163.         2 - stop bits.
  164.  
  165.     Protocol:
  166.         x - XModem
  167.         X - XModem-CRC
  168.         W - WXModem
  169.         Y - YModem     (or YModem-Batch)
  170.         G - YModem-G
  171.         K - XModem-1K  (may be called YMODEM on older systems)
  172.         Z - ZModem
  173.         A - ZModem with Auto receive
  174.         B - CIS-B Plus
  175.         R - Kermit
  176.  
  177. --------------------------------------------------------------------------------
  178. Configuration
  179.  
  180.  Setup
  181.     Phone  : Path & phonebook file to load first.
  182.     Macro  : Path & key macro file to load first.
  183.     Data   : Initial path for file requestor to use for
  184.          send, U/L, and D/L.
  185.     Capt   : capture path & name.
  186.     Device : Serial device/unit to be used.
  187.     Printer: Output file or PRT: for printing.
  188.     Buffer : Backscroll buffer size.
  189.     Wrap   : Line length to use for word wrap.
  190.     Pri    : Task priority to run at.
  191.     DM Cmd : ARexx command to use for running DiskMaster II.
  192.     Font   : Font to use for main text display.
  193.     Std Map: ANSI color remap table.
  194.     IBMFont: Font to use in IBM mode.
  195.     IBM Map: IBM color remap table.
  196.  Auto
  197.     Init   : String to send modem when run.
  198.     Exit   : String to send modem when quitting.
  199.     Dial   : Prefix dial sequence.
  200.     Hangup : String sent to modem for Amiga-H.
  201.     PreIns : Pre-insert string for text & buffer send.
  202.     DCDHi  : string processed when carrier is detected.
  203.     DCDLow : string processed when carrier is lost.
  204.     DeComp : string processed when a download is complete.
  205.     DL Icon: Icon created for downloads.
  206.     LogFile: Path and file used for log.
  207.     Ring   : string processed on 'RING'.
  208.  Remote
  209.     UL Path: Path used by remote ARexx program for download dir.
  210.     DL Path: Path used by remote ARexx program for upload dir.
  211.     Welcome: Text file remote program will display upon connection.
  212.     Pass   : Password remote program will use for logging in.
  213.     Pass2  : Higher level password.
  214.  
  215. --------------------------------------------------------------------------------
  216.  
  217. Backscroll
  218.     Cursor up goes up one line.
  219.     Cursor down goes down one line.
  220.     Shift+Cursor up goes up one page.
  221.     Shift+Cursor down goes down one page.
  222.     Cursor left or right closes the window except in split screen,
  223.     which moves the cursor left or right.  Shift+HELP always opens/closes
  224.